home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / tex / man / fig / transfig.man < prev    next >
Text File  |  1991-06-27  |  2KB  |  61 lines

  1.  
  2.  
  3.  
  4. TRANSFIG(1)              USER COMMANDS                TRANSFIG(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      transfig - creates a makefile for portable LaTeX figures
  10.  
  11. SYNOPSIS
  12.      transfig [ -L language ] [ -M makefile ] [ -T  texfile  ]  [
  13.      control_specs figfile ... ] ...]
  14.  
  15. DESCRIPTION
  16.      Transfig creates a makefile to translate  figures  described
  17.      in  Fig  code,  PostScript,  or  PIC  into a specified LaTeX
  18.      graphics language.  PostScript and PIC files are  identified
  19.      by the suffixes ".ps" and ".pic" respectively; Fig files can
  20.      be specified either with or  without  the  suffix  ".fig"  .
  21.      Transfig  also  creates  a TeX macro file appropriate to the
  22.      target language.
  23.  
  24. OPTIONS
  25.      The language specifier must be either epic, eepic, eepicemu,
  26.      latex,  pictex,  ps,  psfig,  tpic,  or null.  The specifier
  27.      psfig is like the ps specifier, except that it make  use  of
  28.      the  psfig macro package.  The specifier null results in the
  29.      figures being replaced by empty  boxes  of  the  appropriate
  30.      size.  If no language is specified, epic is the default.
  31.  
  32.      The names of the makefile and TeX macro file can be set with
  33.      the -M and -T options.  The default names are "Makefile" and
  34.      "transfig.tex", respectively.
  35.  
  36.      Control specifiers are
  37.  
  38.      -m mag
  39.           set the magnification at which the figure  is  rendered
  40.           (default 1.0).
  41.  
  42.      -f font
  43.           set the default  font  family  used  for  text  objects
  44.           (default "cmr").
  45.  
  46.      -s fontsize
  47.           set the default font size (in points) for text  objects
  48.           (default 11*mag).
  49.  
  50.      If there is  no  scaling,  the  default  font  is  "\elvrm".
  51.      Language  and  control  specifiers may occur more than once;
  52.      they affect the translation of files which appear  to  their
  53.      right  in the argument list. If no files are specified, then
  54.      "*.fig" is assumed.
  55.  
  56. SEE ALSO
  57.      fig(1), fig2dev(1), pic(1), pic2fig(1),
  58.  
  59. AUTHOR
  60.      Micah Beck (beck@svax.cs.cornell.edu)
  61.